net/http.http2serverConn.streams (field)
12 uses
net/http (current package)
h2_bundle.go#L4423: streams: make(map[uint32]*http2stream),
h2_bundle.go#L4604: streams map[uint32]*http2stream
h2_bundle.go#L4694: if st, ok := sc.streams[streamID]; ok {
h2_bundle.go#L4877: for _, st := range sc.streams {
h2_bundle.go#L5381: if st, ok := sc.streams[v.StreamID]; ok {
h2_bundle.go#L5502: if st, ok := sc.streams[se.StreamID]; ok {
h2_bundle.go#L5712: delete(sc.streams, st.id)
h2_bundle.go#L5713: if len(sc.streams) == 0 {
h2_bundle.go#L5819: for _, st := range sc.streams {
h2_bundle.go#L6011: if st := sc.streams[f.StreamID]; st != nil {
h2_bundle.go#L6202: sc.streams[id] = st
h2_bundle.go#L6369: if sc.streams[u.streamID] == nil {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)